Only released in EOL distros:  

Structure

SRS decision making is the centre of the SRS control structure. It split the high level symbolic planning with the low level motion planning by: 1) Faciliting task planning within unstructured environment 2) Providing clear input and output for SRS generic actions such as grasp, detection 3) Preparing robot configuration for SRS generic actions 4) Executing high level commands for SRS fetch and carry scenarios. It contains the following components: Exception Parsing Clearsilver: ParseError: [<string>:4] Unable to parse line Action server{

ROS API

example_node_name

Example description what the node is doing.

Action Goal

example_action/goal (pr2_controllers_msgs/JointTrajectoryActionGoal)
  • Example description, what goal is expected

Action Result

example_action/result (pr2_controllers_msgs/JointTrajectoryActionResult)
  • empty

Action Feedback

example_action/feedback (pr2_controllers_msgs/JointTrajectoryActionFeedback)
  • empty

Usage/Examples

Writing a simple action client

Writing an action client to send action sequence

Wiki: srs_decision_making module (last edited 2011-11-18 14:47:37 by renxi)